home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TTEXTVIEWFORM / TTEXTVIEWFORM.txt
Encoding:
Text File  |  2004-03-08  |  4.1 KB  |  180 lines

  1. object TextViewForm: TTextViewForm
  2.   Left = 301
  3.   Top = 403
  4.   Width = 570
  5.   Height = 174
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Text Viewer'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 562
  25.     Height = 121
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object BigText: TPlusMemo
  30.       Left = 0
  31.       Top = 0
  32.       Width = 562
  33.       Height = 121
  34.       Cursor = crIBeam
  35.       Alignment = taLeftJustify
  36.       ScrollBars = ssBoth
  37.       WantTabs = False
  38.       WordWrap = False
  39.       AltFont.Charset = DEFAULT_CHARSET
  40.       AltFont.Color = clWindowText
  41.       AltFont.Height = -11
  42.       AltFont.Name = 'MS Sans Serif'
  43.       AltFont.Style = []
  44.       BackgroundBmp.Data = {07544269746D617000000000}
  45.       CaretWidth = 2
  46.       ColumnWrap = 0
  47.       DisplayOnly = False
  48.       EnableHotKeys = False
  49.       EndOfTextMark.Color = clRed
  50.       EndOfTextMark.Style = psClear
  51.       Justified = False
  52.       LeftMargin = 4
  53.       LineHeight = 0
  54.       NullReplacement = '~'
  55.       Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoLargeWordSelect, pmoAutoScrollBars]
  56.       Overwrite = False
  57.       ReadOnly = True
  58.       RightLinePen.Color = clGray
  59.       RightLinePen.Style = psDot
  60.       ScrollTime = 0
  61.       SelBackColor = clHighlight
  62.       SelTextColor = clHighlightText
  63.       Separators = #9#10#13' ,.:;'
  64.       ShowEndParSelected = False
  65.       SpecUnderline.Color = clRed
  66.       Version = 'v6.1c Professional ed.'
  67.       Align = alClient
  68.       Font.Charset = ANSI_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -12
  71.       Font.Name = 'Courier New'
  72.       Font.Style = []
  73.       ParentFont = False
  74.       PopupMenu = PopupMenu1
  75.       TabOrder = 0
  76.       TabStop = True
  77.       OnKeyUp = bigTextKeyUp
  78.       OnMouseUp = bigTextMouseUp
  79.     end
  80.   end
  81.   object RzStatusBar1: TRzStatusBar
  82.     Left = 0
  83.     Top = 121
  84.     Width = 562
  85.     Height = 24
  86.     AutoStyle = False
  87.     BorderInner = fsNone
  88.     BorderOuter = fsNone
  89.     BorderSides = [sdLeft, sdTop, sdRight, sdBottom]
  90.     BorderWidth = 0
  91.     TabOrder = 1
  92.     object LengthStatusPane: TRzStatusPane
  93.       Left = 361
  94.       Top = 0
  95.       Width = 93
  96.       Height = 24
  97.       Align = alRight
  98.       Caption = 'Length: 0'
  99.     end
  100.     object CaretStatusPane: TRzStatusPane
  101.       Left = 454
  102.       Top = 0
  103.       Width = 108
  104.       Height = 24
  105.       Align = alRight
  106.       Caption = 'CaretPos: 0'
  107.     end
  108.     object RzPanel2: TRzPanel
  109.       Left = 291
  110.       Top = 0
  111.       Width = 70
  112.       Height = 24
  113.       Align = alRight
  114.       BorderInner = fsStatus
  115.       BorderOuter = fsNone
  116.       BorderWidth = 1
  117.       TabOrder = 1
  118.       object Wrap: TCheckBox
  119.         Left = 5
  120.         Top = 4
  121.         Width = 57
  122.         Height = 16
  123.         Caption = 'Wrap'
  124.         TabOrder = 0
  125.         OnClick = WrapClick
  126.       end
  127.     end
  128.     object RzPanel3: TRzPanel
  129.       Left = 0
  130.       Top = 0
  131.       Width = 291
  132.       Height = 24
  133.       Align = alClient
  134.       BorderInner = fsStatus
  135.       BorderOuter = fsNone
  136.       BorderWidth = 1
  137.       TabOrder = 0
  138.       object ViewComboBox: TRzComboBox
  139.         Left = 2
  140.         Top = 2
  141.         Width = 287
  142.         Height = 21
  143.         Align = alClient
  144.         Style = csDropDownList
  145.         ItemHeight = 13
  146.         TabOrder = 0
  147.         OnChange = ViewTextButtonClick
  148.         Items.Strings = (
  149.           'TEXT'
  150.           'TEXT w/ ASCII Codes'
  151.           'HEX'
  152.           'OCT'
  153.           'BIN')
  154.       end
  155.     end
  156.   end
  157.   object PopupMenu1: TPopupMenu
  158.     Left = 16
  159.     Top = 10
  160.     object EditCopy1: TMenuItem
  161.       Caption = '&Copy'
  162.       ShortCut = 16451
  163.       OnClick = EditCopy1Click
  164.     end
  165.     object SelectAll1: TMenuItem
  166.       Caption = 'Select &All'
  167.       ShortCut = 16449
  168.       OnClick = SelectAll1Click
  169.     end
  170.     object N1: TMenuItem
  171.       Caption = '-'
  172.     end
  173.     object Close1: TMenuItem
  174.       Caption = 'Close'
  175.       ShortCut = 27
  176.       OnClick = Close1Click
  177.     end
  178.   end
  179. end
  180.